createCutoutFromOperation

Perform a boolean operation on the given Cutout blocks. The cutout offset of the new block is 0. The cutout type of the new block is that of the first block. When performing a CutoutOperation.DIFFERENCE operation, the first block is the block subtracted from.

Return

the newly created block.

Parameters

blocks

the blocks with which to perform the operation.

op

the boolean operation to perform.